home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / unpro123.arc / UNPRO123.DOC < prev   
Encoding:
Text File  |  1987-06-13  |  2.0 KB  |  64 lines

  1. How to Unprotect Lotus 1-2-3 version 2.0     by the Lone Victor II
  2.  
  3.      This file tells how to remove the Softguard Superlok 2.03 copy
  4. protection from Lotus 1-2-3 version 2.0, and version 2.01.
  5.      To do this you must have the file 123.com, 2048 bytes, dated
  6. 9/25/85 at 1:23a from Lotus version 2.0. This file will be on any
  7. unstalled lotus 2.0 system disk.
  8.  
  9. NOTE: It will work with this file only!
  10.  
  11.      With this text file you should find a binary file 123.bin.
  12. You will need this file, DEBUG, and your Lotus System Disk.
  13.  
  14.      Make a new directory on your hard disk or format a new floppy
  15. disk. Into this empty directory or floppy, copy the following files
  16. from your Lotus System Disk using the regular DOS "copy" command:
  17.  
  18. To unprotect 123 ver 2.0:
  19.    123.com  (from version 2.00)
  20.    123.bin  (comes with this text)
  21.  
  22. To unprotect 123 ver 2.01:
  23.    123.com  (from version 2.00)
  24.    123.cmp  (from version 2.01)
  25.    123.bin  (comes with this text)
  26.  
  27.      Now, to unprotect both of the above versions, insure the
  28. above files are on the default disk and in the default directory,
  29. and use dos DEBUG to execute the following commands:
  30.  
  31. debug 123.com
  32. -n 123.bin
  33. -l
  34. -w
  35. -Writing 1c00 bytes
  36. -q
  37.  
  38. rename 123.bin 123.exe
  39. delete 123.com
  40.  
  41.      The above process has created a new file 123.exe which is
  42. responsible for loading 123. We did not actually remove the copy
  43. protection, rather we bypassed the whole scheme. For version 2.0
  44. you are done! For version 2.01 you must now readjust the 123.cmp
  45. file or you will get a not enough memory error when trying to
  46. load 123. Execute the following commands:
  47.  
  48. debug 123.cmp
  49. -n 123.new
  50. -rcx                  Debug will display FE6
  51. :DE6                  Enter DE6 at the colon
  52. -w cs:300
  53. -q
  54.  
  55. delete 123.cmp
  56. rename 123.new 123.cmp
  57.  
  58.      You now have a complete, non-copyprotected working copy of 123.
  59.  
  60.      If anyone has trouble with this copy of 123.exe, please contact
  61. me on the Atlanta IBM-PCUG BBS at 404-433-0062.
  62.  
  63.                                                     The Lone Victor II
  64.